1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/net/uproxy/Makefile
Martin Wilke e3e7e75716 - Respect PREFIX on rc script
- Bump PORTREVISION

PR:             106958
Submitted by:   Alexander Logvinov <ports@logvinov.com> (maintainer)
2006-12-21 22:13:28 +00:00

38 lines
820 B
Makefile

# New ports collection makefile for: uproxy
# Date created: 19 October 2006
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= uproxy
PORTVERSION= 0.91
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.geocities.com/SiliconValley/Vista/8155/uproxy/
DISTNAME= ${PORTNAME}
MAINTAINER= ports@logvinov.com
COMMENT= Proxy for UDP protocols
USE_ZIP= yes
NO_WRKSUBDIR= yes
USE_RC_SUBR= ${PORTNAME}
USE_DOS2UNIX= ${DISTNAME}.c
PORTDOCS= index.html
PLIST_FILES= sbin/${PORTNAME}
do-build:
(cd ${WRKSRC} && ${CC} ${CFLAGS} -o t${PORTNAME} ${DISTNAME}.c)
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/t${PORTNAME} ${PREFIX}/sbin/${PORTNAME}
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for i in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>