freebsd-ports/x11-themes/etoile-camaelon/Makefile
Dirk Meyer 5c9a951d71 - use GNUSTEP_MAKEFILES
PR:		154395
Submitted by:	Eitan Adler
2011-03-10 05:33:14 +00:00

44 lines
1,002 B
Makefile

# New ports collection makefile for: etoile-camaelon
# Date created: 18 Nov 2006
# Whom: dirk.meyer@dinoex.sub.org
#
# $FreeBSD$
#
PORTNAME= camaelon
PORTVERSION= 0.4.1
CATEGORIES= x11-themes gnustep
MASTER_SITES= http://download.gna.org/etoile/
PKGNAMEPREFIX= etoile-
DISTNAME= etoile-${PORTVERSION}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Etoile Project Camaelon bundle
LICENSE= LGPL21
USE_BZIP2= yes
USE_GNUSTEP= yes
USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES}
CONFLICTS= camaelon-nesedah-*
WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION}
USE_GNUSTEP_MAKE_DIRS+= Bundles/Camaelon
post-configure:
${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/etoile.make
post-install:
@${CAT} ${PKGMESSAGE}
install-user:
@(. ${GNUSTEP_MAKEFILES}/GNUstep.sh && defaults write Camaelon Theme Nesedah)
deinstall-user:
@(. ${GNUSTEP_MAKEFILES}/GNUstep.sh && defaults delete Camaelon Theme)
.include <bsd.port.mk>