diff options
Diffstat (limited to 'devel/libgnugetopt/Makefile')
| -rw-r--r-- | devel/libgnugetopt/Makefile | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/devel/libgnugetopt/Makefile b/devel/libgnugetopt/Makefile new file mode 100644 index 000000000000..52fb06507bb4 --- /dev/null +++ b/devel/libgnugetopt/Makefile @@ -0,0 +1,19 @@ +# New ports collection makefile for: libgnugetopt +# Version required: 1.0 +# Date created: 2 May 1999 +# Whom: Andrey Zakhvatov +# +# $Id$ +# + +DISTNAME= libgnugetopt-1.0 +CATEGORIES= devel +MASTER_SITES= http://www.geocities.com/SiliconValley/Code/3502/ + +MAINTAINER= andy@icc.surw.chel.su + +do-install: + @ ${INSTALL_DATA} ${WRKSRC}/getopt.h ${PREFIX}/include + @ ${INSTALL_DATA} ${WRKSRC}/libgnugetopt.a ${PREFIX}/lib + +.include <bsd.port.mk> |
