68ee74b124
pointed out by sthen@
16 lines
306 B
Makefile
16 lines
306 B
Makefile
# $OpenBSD: Makefile,v 1.5 2012/01/08 12:03:09 sebastia Exp $
|
|
|
|
COMMENT= GNUstep file transfer protcol tool
|
|
|
|
REVISION = 1
|
|
DISTNAME= FTP-0.2
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://gap.nongnu.org/ftp/
|
|
MASTER_SITES= ${MASTER_SITE_SAVANNAH:=gap/}
|
|
|
|
MODULES= x11/gnustep
|
|
WANTLIB += c m pthread
|
|
|
|
.include <bsd.port.mk>
|