Import x11/cinnamon-screensaver version 2.2.4
[dports.git] / devel / cproto / Makefile
1 # Created by: Abel Chow <abel_chow@yahoo.com>
2 # $FreeBSD$
3
4 PORTNAME=       cproto
5 PORTVERSION=    4.7k
6 CATEGORIES=     devel
7 MASTER_SITES=   ftp://invisible-island.net/cproto/
8 EXTRACT_SUFX=   .tgz
9
10 MAINTAINER=     thomas@bsdunix.ch
11 COMMENT=        Generate C function prototypes and convert function definitions
12
13 GNU_CONFIGURE=  yes
14
15 PLIST_FILES=    bin/cproto man/man1/cproto.1.gz
16
17 .include <bsd.port.mk>