1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/net-im/cicquin/Makefile
Pawel Pekala 55cabfbb35 - Add staging support
- Switch to PLIST_FILES
- Remove Author tag from pkg-descr, info available on
  homepage and in script itself
2014-06-27 16:19:53 +00:00

23 lines
517 B
Makefile

# Created by: Peter Pentchev
# $FreeBSD$
PORTNAME= cicquin
PORTVERSION= 0.1
CATEGORIES= net-im
#MASTER_SITES= ${MASTER_SITE_LOCAL} \
MASTER_SITES= \
http://devel.ringlet.net/misc/cicquin/ \
http://people.FreeBSD.org/~roam/misc/cicquin/
MASTER_SITE_SUBDIR= roam/misc/cicquin
MAINTAINER= ports@FreeBSD.org
COMMENT= Look up users in the CenterICQ user database
PLIST_FILES= bin/${PORTNAME}
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh \
${STAGEDIR}${PREFIX}/bin/${PORTNAME}
.include <bsd.port.mk>