diff options
author | makc <makc@FreeBSD.org> | 2010-10-16 21:51:00 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-16 21:51:00 +0800 |
commit | 80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb (patch) | |
tree | 86f1a5571d1f6a62c7f0892bd84032fc883a564f /deskutils/fet/Makefile | |
parent | bfd80aae07b199da8d699e07b5ac98094f96fa6a (diff) | |
download | freebsd-ports-gnome-80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb.tar.gz freebsd-ports-gnome-80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb.tar.zst freebsd-ports-gnome-80d9cd570fcc890f2bd4ba2945e5fd1931aa6ffb.zip |
Update to 5.14.2
PR: based on ports/151126
Submitted by: Leinier Cruz Salfran (maintainer)
Diffstat (limited to 'deskutils/fet/Makefile')
-rw-r--r-- | deskutils/fet/Makefile | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/deskutils/fet/Makefile b/deskutils/fet/Makefile index 14716c4e51a1..24b6e221b941 100644 --- a/deskutils/fet/Makefile +++ b/deskutils/fet/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fet -PORTVERSION= 5.13.3 +PORTVERSION= 5.14.2 CATEGORIES= deskutils kde MASTER_SITES= http://lalescu.ro/liviu/fet/download/ \ http://lalescu.ro/liviu/fet/download/old/ \ @@ -26,8 +26,20 @@ QMAKE_ARGS= -unix PREFIX=${PREFIX} \ LIBS+=-L${LOCALBASE}/lib MAKE_JOBS_SAFE= yes +LICENSE= GPLv2 + PLIST_FILES= bin/fet MAN1= fet.1 +.ifndef(NOPORTEXAMPLES) +PORTEXAMPLES= * +.endif + +DESKTOP_ENTRIES= "FET" \ + "Free timetable software" \ + "" \ + "fet" \ + "Application;Education;Qt;" \ + true do-configure: cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} \ @@ -38,5 +50,9 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fet ${PREFIX}/bin ${MKDIR} ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/fet.1 ${PREFIX}/man/man1 +.ifndef(NOPORTEXAMPLES) + ${MKDIR} ${EXAMPLESDIR} + cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} \. ${EXAMPLESDIR} +.endif .include <bsd.port.mk> |