1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/misc/firestring/Makefile
Vanilla I. Shu 97d8d6e3d2 Support staging.
Approved by:	portmgr@
2014-05-20 06:54:20 +00:00

24 lines
541 B
Makefile

# Created by: Dean Hollister <dean@odyssey.apana.org.au>
# $FreeBSD$
PORTNAME= firestring
PORTVERSION= 0.9.12
CATEGORIES= misc net devel
MASTER_SITES= http://www.firestuff.org/projects/ \
http://www.wa.apana.org.au/~dean/sources/ \
ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/
MAINTAINER= dean@odyssey.apana.org.au
COMMENT= A library to make string handling easier in C
USES= tar:bzip2
HAS_CONFIGURE= yes
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
pre-configure:
@-${RM} ${WRKSRC}/firemake/*.orig
.include <bsd.port.mk>