summaryrefslogtreecommitdiffstats
path: root/audio/ascd/Makefile
diff options
context:
space:
mode:
authorjim <jim@FreeBSD.org>1999-08-13 06:46:25 +0000
committerjim <jim@FreeBSD.org>1999-08-13 06:46:25 +0000
commitff26c974088de20c543756ab57917bedf9a57093 (patch)
tree9e78f8d9d4f07585d4733120d21f5f89c2960d3c /audio/ascd/Makefile
parentad9fe942dcef493ecb42f08fc5a1ccbeb9969b56 (diff)
downloadFreeBSD-ports-ff26c974088de20c543756ab57917bedf9a57093.zip
FreeBSD-ports-ff26c974088de20c543756ab57917bedf9a57093.tar.gz
Updated to version 0.13.1
PR: 13025
Diffstat (limited to 'audio/ascd/Makefile')
-rw-r--r--audio/ascd/Makefile26
1 files changed, 19 insertions, 7 deletions
diff --git a/audio/ascd/Makefile b/audio/ascd/Makefile
index ecf22a5..77abe34 100644
--- a/audio/ascd/Makefile
+++ b/audio/ascd/Makefile
@@ -1,25 +1,37 @@
# New ports collection makefile for: ascd
-# Version required: 0.12.1
+# Version required: 0.13.1
# Date created: 29 November 1998
-# Whom: Jim Mock <jim@phrantic.phear.net>
+# Whom: Jim Mock <jim@FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1999/04/22 12:28:33 jseger Exp $
+# $Id: Makefile,v 1.9 1999/05/04 15:35:56 flathill Exp $
#
-DISTNAME= ascd-0.12.1+lib-src
-PKGNAME= ascd-0.12.1
+DISTNAME= ascd-0.13.1-src
+PKGNAME= ascd-0.13.1
CATEGORIES= audio afterstep windowmaker
MASTER_SITES= http://worldserver.oleane.com/rsn/Archives/
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${DATAFILES}
EXTRACT_SUFX= .tgz
-MAINTAINER= jim@phrantic.phear.net
+MAINTAINER= jim@FreeBSD.org
-LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
+LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \
+ workman.1:${PORTSDIR}/audio/libworkman
+WRKSRC= ${WRKDIR}/${PKGNAME}
USE_IMAKE= yes
HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= default
+DATAFILES= ascd-0.13pr6-themes.tgz
+THEMESDIR= ascd-0.13pr6-themes
MAN1= ascd.1
+post-patch:
+ @${LN} -fs ${WRKSRC}/misc/default ${WRKSRC}/default
+
+post-install:
+ @${CP} ${FILESDIR}/install ${WRKDIR}/${THEMESDIR}
+ @(cd ${WRKDIR}/${THEMESDIR} && ./install)
+
.include <bsd.port.mk>
OpenPOWER on IntegriCloud