12345678910111213141516171819202122232425 |
- COMMENT= reimplementation of Dan Bernstein's daemontools#'
- DISTNAME= freedt-23
- CATEGORIES= sysutils
- REVISION= 1
- HOMEPAGE= http://offog.org/code/freedt.html
- PERMIT_PACKAGE_CDROM= Yes
- WANTLIB= c
- MASTER_SITES= http://offog.org/files/
- CONFIGURE_STYLE= gnu
- post-install:
- rm -f ${PREFIX}/bin/recordio
- mv ${PREFIX}/bin/{,f}argv0
- .include <bsd.port.mk>
|