mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
27 lines
509 B
Makefile
27 lines
509 B
Makefile
|
# New ports collection makefile for: publicfile-0.52
|
||
|
# Version required: 0.52
|
||
|
# Date created: 24 Jan 2000
|
||
|
# Whom: Neil Blakey-Milner
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
DISTNAME= publicfile-0.52
|
||
|
CATEGORIES= ftp
|
||
|
MASTER_SITES= http://cr.yp.to/publicfile/
|
||
|
|
||
|
MAINTAINER= nbm@FreeBSD.org
|
||
|
|
||
|
ALL_TARGET= it
|
||
|
INSTALL_TARGET= setup check
|
||
|
|
||
|
post-patch:
|
||
|
@echo "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
||
|
@echo "${CC} -s" > ${WRKSRC}/conf-ld
|
||
|
@echo "${PREFIX}" > ${WRKSRC}/conf-home
|
||
|
|
||
|
post-install:
|
||
|
@${CAT} ${PKGMESSAGE}
|
||
|
|
||
|
.include <bsd.port.mk>
|