diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-11 14:29:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2003-01-11 14:29:31 +0000 |
commit | 344ba4f59a8d44c4092844e92dc25ddad632af3b (patch) | |
tree | 1ad7a3f57da15da0d981a1c5630a7c0c5dae3891 /devel/ffcall/Makefile | |
parent | d26fb14bb7b1b7031046daa5461753e54bf1911d (diff) |
Notes
Diffstat (limited to 'devel/ffcall/Makefile')
-rw-r--r-- | devel/ffcall/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/devel/ffcall/Makefile b/devel/ffcall/Makefile index 28a9c0cf3d04..896f5d975230 100644 --- a/devel/ffcall/Makefile +++ b/devel/ffcall/Makefile @@ -5,18 +5,18 @@ # $FreeBSD$ # -PORTNAME= ffcall -PORTVERSION= 1.8 -CATEGORIES= devel -MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ +PORTNAME= ffcall +PORTVERSION= 1.8 +CATEGORIES= devel +MASTER_SITES= ftp://ftp.santafe.edu/pub/gnu/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= dinoex@FreeBSD.org -USE_GMAKE= yes -USE_LIBTOOL= yes -INSTALLS_SHLIB= yes +USE_GMAKE= yes +USE_LIBTOOL= yes +INSTALLS_SHLIB= yes -MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 -MANCOMPRESSED= no +MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 +MANCOMPRESSED= no .include <bsd.port.mk> |