7731a20298
OK sthen@
16 lines
317 B
Makefile
16 lines
317 B
Makefile
# $OpenBSD: Makefile,v 1.4 2011/05/15 13:03:26 sebastia Exp $
|
|
|
|
COMMENT= GNUstep file transfer protcol tool
|
|
|
|
REVISION = 1
|
|
DISTNAME= FTP-0.2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/ftp/
|
|
MASTER_SITES= http://savannah.nongnu.org/download/gap/
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|