mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
55cabfbb35
- Switch to PLIST_FILES - Remove Author tag from pkg-descr, info available on homepage and in script itself
23 lines
517 B
Makefile
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>
|