
- migrated port
- standardized pkg-descr
- option switching to executables with profiling enabled
---
devel/hs-uuagc/Makefile | 32 +++++++++++++++-----------------
devel/hs-uuagc/pkg-descr | 8 +++++---
devel/hs-uuagc/pkg-plist | 3 ---
3 files changed, 20 insertions(+), 23 deletions(-)
delete mode 100644 devel/hs-uuagc/pkg-plist
diff --git a/devel/hs-uuagc/Makefile b/devel/hs-uuagc/Makefile
index 6994baf..1c710ec 100644
--- a/devel/hs-uuagc/Makefile
+++ b/devel/hs-uuagc/Makefile
@@ -8,37 +8,35 @@
PORTNAME= uuagc
PORTVERSION= 0.9.7
CATEGORIES= devel haskell
-MASTER_SITES= http://hackage.haskell.org/packages/archive/${PORTNAME}/${PORTVERSION}/
+MASTER_SITES= ${MASTER_SITE_HACKAGE}
PKGNAMEPREFIX= hs-
MAINTAINER= jacula@gmail.com
-COMMENT= Attribute Grammar System of Universiteit Utrecht
+COMMENT?= Attribute Grammar System of Universiteit Utrecht
-BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc \
- hs-uulib>=0.9.5:${PORTSDIR}/devel/hs-uulib
+BUILD_DEPENDS+= hs-uulib>=0.9.5:${PORTSDIR}/devel/hs-uulib
LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4
-GHC_VERSION= 6.8.3
+USE_CABAL+= distrsimple:full noreg
-GHC_CMD= ${LOCALBASE}/bin/ghc
-SETUP_CMD= ./setup
+PLIST_FILES= bin/${D_NAME}${PKGNAMESUFFIX} %%DOCSDIR%%/LICENSE
+PLIST_DIRS= %%DOCSDIR%%
-DOCSDIR= ${PREFIX}/share/doc/${DISTNAME}
+OPTIONS= XPROFILE "Executables with profiling enabled" off
-.SILENT:
+.include
participants (1)
-
Jacula Modyun