freebsd-ports/devel/libafterbase/Makefile
Ying-Chieh Liao 8c2edddff8 add libafterbase
AfterStep basic functionality library
2001-10-08 16:25:53 +00:00

27 lines
576 B
Makefile

# ex:ts=8
# New ports collection makefile for: libAfterBase
# Date created: Oct 7, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= libafterbase
PORTVERSION= 0.81
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= afterstep
DISTNAME= libAfterBase-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-sharedlibs --with-x
WRKSRC= ${WRKDIR}/libAfterBase
INSTALLS_SHLIB= yes
post-install:
@${MV} -f ${PREFIX}/lib/libAfterBase.so.0.81 ${PREFIX}/lib/libAfterBase.so.0
.include <bsd.port.mk>