mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
ffb21b5654
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
20 lines
391 B
Makefile
20 lines
391 B
Makefile
# New ports collection makefile for: icqlib
|
|
# Date created: 16 March 1999
|
|
# Whom: Pavel Andreev
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= icqlib
|
|
PORTVERSION= 0.1.3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= paxvel@iname.com
|
|
|
|
INSTALLS_SHLIB= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|