28 lines
490 B
Makefile
28 lines
490 B
Makefile
# $OpenBSD: Makefile,v 1.18 2011/03/26 10:01:08 sthen Exp $
|
|
|
|
COMMENT= transparent IRC proxy
|
|
|
|
DISTNAME= tircproxy-0.4.5
|
|
REVISION= 0
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://bre.klaki.net/programs/tircproxy/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
INSTALL_TARGET= install-strip
|
|
|
|
WRKDIST= ${WRKDIR}/tircproxy-0.4
|
|
|
|
USE_GROFF = Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|