freebsd-ports/irc/sic/Makefile
Pete Fritchman 48e87fca61 - update to 0.23a
PR:		31608
Submitted by:	maintainer

- use PLIST_SUB so we don't have to update pkg-plist each time with the
  new version number of the binary
2001-11-06 11:32:54 +00:00

24 lines
379 B
Makefile

# New ports collection makefile for: sic
# Date created: 04 Apr 1998
# Whom: sec@42.org
#
# $FreeBSD$
#
PORTNAME= sic
PORTVERSION= 0.23a
CATEGORIES= irc
MASTER_SITES= ftp://ftp.funet.fi/pub/unix/irc/sic/
EXTRACT_SUFX= .tgz
MAINTAINER= sec@42.org
GNU_CONFIGURE= yes
PLIST_SUB+= VERSION="${PORTVERSION}"
MAN1= sic.1
MAN5= sic-alias.5 sic-server.5
.include <bsd.port.mk>