diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-09 14:18:44 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-07-09 14:18:44 +0000 |
commit | 7faa357a44cd7e849748dfc382bc0ba08425881e (patch) | |
tree | f4732e322ad37e9df2faf801cc7f2b8a32e4def1 /textproc/libxode/Makefile | |
parent | 54824dba9fb3a7f54bca91f51b4c6149194be86b (diff) |
Notes
Diffstat (limited to 'textproc/libxode/Makefile')
-rw-r--r-- | textproc/libxode/Makefile | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/textproc/libxode/Makefile b/textproc/libxode/Makefile new file mode 100644 index 000000000000..88a13d4d11cd --- /dev/null +++ b/textproc/libxode/Makefile @@ -0,0 +1,20 @@ +# ex:ts=8 +# New ports collection makefile for: libxode +# Date created: May 16, 2001 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= libxode +PORTVERSION= 0.71 +CATEGORIES= textproc +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ports@FreeBSD.org + +GNU_CONFIGURE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.mk> |