mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
97d8d6e3d2
Approved by: portmgr@
24 lines
541 B
Makefile
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>
|